type go.uber.org/mock/gomock.nilMatcher

4 uses

	go.uber.org/mock/gomock (current package)
		matchers.go#L143: type nilMatcher struct{}
		matchers.go#L145: func (nilMatcher) Matches(x any) bool {
		matchers.go#L160: func (nilMatcher) String() string {
		matchers.go#L394: func Nil() Matcher { return nilMatcher{} }